Vcenter Guest CloudConfiguration

Vcenter Guest CloudConfiguration
Vcenter Guest CloudConfiguration

Guest customization settings to customize a guest operating system with cloud configuration.

The Vcenter Guest CloudConfiguration schema contains the type of cloud configuration and the settings of that cloud configuration.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "type": "string",
    "cloudinit": {
        "metadata": "string",
        "userdata": "string"
    }
}
string
type
Required

The type of the cloud configuration.

For more information see: Vcenter Guest CloudConfiguration Type.

This property was added in vSphere API 7.0.3.0.

cloudinit
Optional

cloud-init configuration

This property was added in vSphere API 7.0.3.0.

This property is optional and it is only relevant when the value of type is Vcenter Guest CloudConfiguration Type.CLOUDINIT.